@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.pppp{
    font-size: 30px;
}

body{
    background-color:#b2b5bd;
    padding-top: 100px;
    font-family: "Raleway", serif;
    font-weight: 400;
}

.container{
    width: 1800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e9e9e9;
    padding: 20px;
}

.menu{
    height: 100px;
    background-color:#35353a;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.menu-link{
    color: aliceblue;
    text-decoration: none;
    padding: 0 20px;
    font-size: 30px;
    line-height: 100px;
}

img{
    overflow-clip-margin: content-box;
    overflow: clip;  
}
.logo{
    float: left;
    height: 100px;
}
h1{
    font-size: 60px;
    font-weight: 400;
}

h2{
    font-size: 50px;
    font-weight: 400;
}

.listk{
    background-color: #e9e9e9;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
    padding: 20px;
}

.row{
    display: block;
}
.row::after {
    content: '';
    display: block;
    clear: both;
}

.w15 {
    float: left;
    width: 15%;
    padding: 10px;
}

.w20 {
    float: left;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}

.w40 {
    float: left;
    width: 40%;
}

.w50 {
    float: left;
    width: 50%;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.cartochka-title{
    color: black;
}

.green-gradient {
    
    margin-right: 40px;
}

.pl2 {
    padding-left: 20px;
}

.mt2 {
    margin-top: 20px;
}

.mt4 {
    margin-top: 40px;
}

.border {
    border: 2px solid #b2b5bd;
}

.table-white-text {
    color: rgb(0, 0, 0);
    height: 300px;
    font-size: 25px;
}

.kr-img{
    float: left;
    height: 304px;
    margin: 25px;
    float: right;
    position: relative; left: 200px;
    background-attachment: fixed;
}
.ptxt{
    font-size: 25px;
    margin-bottom: 40px;
}

.pod{
    font-size: 20px;
}

.zg{
    font-size: 40px;
}

 h3{
    text-align: center;
 }
 
 .Obtext{
    font-size: 30px;
 }

 .I{
    height: 350px;
    float: right;
 }

 .mini{
    object-fit: cover;
    width: 100px;
    aspect-ratio: 1 / 1;
    margin: 20px 20px 0 0;
    transition: 0.5s;
 }

 .mini:hover {
    filter: grayscale(1);
 }

 .mini1{
    height: 100px;
    margin: 30px;
 }